func runtime.isSweepDone

6 uses

	runtime (current package)
		mgc.go#L538: 	for work.cycles.Load() == n+1 && !isSweepDone() {
		mgcpacer.go#L1462: 	gcController.commit(isSweepDone())
		mgcsweep.go#L311: 		if !isSweepDone() {
		mgcsweep.go#L457: func isSweepDone() bool {
		mgcsweep.go#L985: 	if isSweepDone() {
		mheap.go#L1014: 		if !isSweepDone() {